home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utmisc1 / chktex.lha / chktex / configure < prev    next >
Text File  |  1996-04-30  |  48KB  |  1,611 lines

  1. #! /bin/sh
  2.  
  3. # Guess values for system-dependent variables and create Makefiles.
  4. # Generated automatically using autoconf version 2.8 
  5. # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
  6. #
  7. # This configure script is free software; the Free Software Foundation
  8. # gives unlimited permission to copy, distribute and modify it.
  9.  
  10. # Defaults:
  11. ac_help=
  12. ac_default_prefix=/usr/local
  13. # Any additions from configure.in:
  14.  
  15. # Initialize some variables set by options.
  16. # The variables have the same names as the options, with
  17. # dashes changed to underlines.
  18. build=NONE
  19. cache_file=./config.cache
  20. exec_prefix=NONE
  21. host=NONE
  22. no_create=
  23. nonopt=NONE
  24. no_recursion=
  25. prefix=NONE
  26. program_prefix=NONE
  27. program_suffix=NONE
  28. program_transform_name=s,x,x,
  29. silent=
  30. site=
  31. srcdir=
  32. target=NONE
  33. verbose=
  34. x_includes=NONE
  35. x_libraries=NONE
  36. bindir='${exec_prefix}/bin'
  37. sbindir='${exec_prefix}/sbin'
  38. libexecdir='${exec_prefix}/libexec'
  39. datadir='${prefix}/share'
  40. sysconfdir='${prefix}/etc'
  41. sharedstatedir='${prefix}/com'
  42. localstatedir='${prefix}/var'
  43. libdir='${exec_prefix}/lib'
  44. includedir='${prefix}/include'
  45. oldincludedir='/usr/include'
  46. infodir='${prefix}/info'
  47. mandir='${prefix}/man'
  48.  
  49. # Initialize some other variables.
  50. subdirs=
  51. MFLAGS= MAKEFLAGS=
  52.  
  53. ac_prev=
  54. for ac_option
  55. do
  56.  
  57.   # If the previous option needs an argument, assign it.
  58.   if test -n "$ac_prev"; then
  59.     eval "$ac_prev=\$ac_option"
  60.     ac_prev=
  61.     continue
  62.   fi
  63.  
  64.   case "$ac_option" in
  65.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  66.   *) ac_optarg= ;;
  67.   esac
  68.  
  69.   # Accept the important Cygnus configure options, so we can diagnose typos.
  70.  
  71.   case "$ac_option" in
  72.  
  73.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  74.     ac_prev=bindir ;;
  75.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  76.     bindir="$ac_optarg" ;;
  77.  
  78.   -build | --build | --buil | --bui | --bu)
  79.     ac_prev=build ;;
  80.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  81.     build="$ac_optarg" ;;
  82.  
  83.   -cache-file | --cache-file | --cache-fil | --cache-fi \
  84.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  85.     ac_prev=cache_file ;;
  86.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  87.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  88.     cache_file="$ac_optarg" ;;
  89.  
  90.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  91.     ac_prev=datadir ;;
  92.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  93.   | --da=*)
  94.     datadir="$ac_optarg" ;;
  95.  
  96.   -disable-* | --disable-*)
  97.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  98.     # Reject names that are not valid shell variable names.
  99.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  100.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  101.     fi
  102.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  103.     eval "enable_${ac_feature}=no" ;;
  104.  
  105.   -enable-* | --enable-*)
  106.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  107.     # Reject names that are not valid shell variable names.
  108.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  109.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  110.     fi
  111.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  112.     case "$ac_option" in
  113.       *=*) ;;
  114.       *) ac_optarg=yes ;;
  115.     esac
  116.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  117.  
  118.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  119.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  120.   | --exec | --exe | --ex)
  121.     ac_prev=exec_prefix ;;
  122.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  123.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  124.   | --exec=* | --exe=* | --ex=*)
  125.     exec_prefix="$ac_optarg" ;;
  126.  
  127.   -gas | --gas | --ga | --g)
  128.     # Obsolete; use --with-gas.
  129.     with_gas=yes ;;
  130.  
  131.   -help | --help | --hel | --he)
  132.     # Omit some internal or obsolete options to make the list less imposing.
  133.     # This message is too long to be a string in the A/UX 3.1 sh.
  134.     cat << EOF
  135. Usage: configure [options] [host]
  136. Options: [defaults in brackets after descriptions]
  137. Configuration:
  138.   --cache-file=FILE       cache test results in FILE
  139.   --help                  print this message
  140.   --no-create             do not create output files
  141.   --quiet, --silent       do not print \`checking...' messages
  142.   --version               print the version of autoconf that created configure
  143. Directory and file names:
  144.   --prefix=PREFIX         install architecture-independent files in PREFIX
  145.                           [$ac_default_prefix]
  146.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  147.                           [same as prefix]
  148.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  149.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  150.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  151.   --datadir=DIR           read-only architecture-independent data in DIR
  152.                           [PREFIX/share]
  153.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  154.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  155.                           [PREFIX/com]
  156.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  157.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  158.   --includedir=DIR        C header files in DIR [PREFIX/include]
  159.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  160.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  161.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  162.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  163.   --program-prefix=PREFIX prepend PREFIX to installed program names
  164.   --program-suffix=SUFFIX append SUFFIX to installed program names
  165.   --program-transform-name=PROGRAM
  166.                           run sed PROGRAM on installed program names
  167. EOF
  168.     cat << EOF
  169. Host type:
  170.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  171.   --host=HOST             configure for HOST [guessed]
  172.   --target=TARGET         configure for TARGET [TARGET=HOST]
  173. Features and packages:
  174.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  175.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  176.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  177.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  178.   --x-includes=DIR        X include files are in DIR
  179.   --x-libraries=DIR       X library files are in DIR
  180. EOF
  181.     if test -n "$ac_help"; then
  182.       echo "--enable and --with options recognized:$ac_help"
  183.     fi
  184.     exit 0 ;;
  185.  
  186.   -host | --host | --hos | --ho)
  187.     ac_prev=host ;;
  188.   -host=* | --host=* | --hos=* | --ho=*)
  189.     host="$ac_optarg" ;;
  190.  
  191.   -includedir | --includedir | --includedi | --included | --include \
  192.   | --includ | --inclu | --incl | --inc)
  193.     ac_prev=includedir ;;
  194.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  195.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  196.     includedir="$ac_optarg" ;;
  197.  
  198.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  199.     ac_prev=infodir ;;
  200.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  201.     infodir="$ac_optarg" ;;
  202.  
  203.   -libdir | --libdir | --libdi | --libd)
  204.     ac_prev=libdir ;;
  205.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  206.     libdir="$ac_optarg" ;;
  207.  
  208.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  209.   | --libexe | --libex | --libe)
  210.     ac_prev=libexecdir ;;
  211.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  212.   | --libexe=* | --libex=* | --libe=*)
  213.     libexecdir="$ac_optarg" ;;
  214.  
  215.   -localstatedir | --localstatedir | --localstatedi | --localstated \
  216.   | --localstate | --localstat | --localsta | --localst \
  217.   | --locals | --local | --loca | --loc | --lo)
  218.     ac_prev=localstatedir ;;
  219.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  220.   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  221.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  222.     localstatedir="$ac_optarg" ;;
  223.  
  224.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  225.     ac_prev=mandir ;;
  226.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  227.     mandir="$ac_optarg" ;;
  228.  
  229.   -nfp | --nfp | --nf)
  230.     # Obsolete; use --without-fp.
  231.     with_fp=no ;;
  232.  
  233.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  234.   | --no-cr | --no-c)
  235.     no_create=yes ;;
  236.  
  237.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  238.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  239.     no_recursion=yes ;;
  240.  
  241.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  242.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  243.   | --oldin | --oldi | --old | --ol | --o)
  244.     ac_prev=oldincludedir ;;
  245.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  246.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  247.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  248.     oldincludedir="$ac_optarg" ;;
  249.  
  250.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  251.     ac_prev=prefix ;;
  252.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  253.     prefix="$ac_optarg" ;;
  254.  
  255.   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  256.   | --program-pre | --program-pr | --program-p)
  257.     ac_prev=program_prefix ;;
  258.   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  259.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  260.     program_prefix="$ac_optarg" ;;
  261.  
  262.   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  263.   | --program-suf | --program-su | --program-s)
  264.     ac_prev=program_suffix ;;
  265.   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  266.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  267.     program_suffix="$ac_optarg" ;;
  268.  
  269.   -program-transform-name | --program-transform-name \
  270.   | --program-transform-nam | --program-transform-na \
  271.   | --program-transform-n | --program-transform- \
  272.   | --program-transform | --program-transfor \
  273.   | --program-transfo | --program-transf \
  274.   | --program-trans | --program-tran \
  275.   | --progr-tra | --program-tr | --program-t)
  276.     ac_prev=program_transform_name ;;
  277.   -program-transform-name=* | --program-transform-name=* \
  278.   | --program-transform-nam=* | --program-transform-na=* \
  279.   | --program-transform-n=* | --program-transform-=* \
  280.   | --program-transform=* | --program-transfor=* \
  281.   | --program-transfo=* | --program-transf=* \
  282.   | --program-trans=* | --program-tran=* \
  283.   | --progr-tra=* | --program-tr=* | --program-t=*)
  284.     program_transform_name="$ac_optarg" ;;
  285.  
  286.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  287.   | -silent | --silent | --silen | --sile | --sil)
  288.     silent=yes ;;
  289.  
  290.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  291.     ac_prev=sbindir ;;
  292.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  293.   | --sbi=* | --sb=*)
  294.     sbindir="$ac_optarg" ;;
  295.  
  296.   -sharedstatedir | --sharedstatedir | --sharedstatedi \
  297.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  298.   | --sharedst | --shareds | --shared | --share | --shar \
  299.   | --sha | --sh)
  300.     ac_prev=sharedstatedir ;;
  301.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  302.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  303.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  304.   | --sha=* | --sh=*)
  305.     sharedstatedir="$ac_optarg" ;;
  306.  
  307.   -site | --site | --sit)
  308.     ac_prev=site ;;
  309.   -site=* | --site=* | --sit=*)
  310.     site="$ac_optarg" ;;
  311.  
  312.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  313.     ac_prev=srcdir ;;
  314.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  315.     srcdir="$ac_optarg" ;;
  316.  
  317.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  318.   | --syscon | --sysco | --sysc | --sys | --sy)
  319.     ac_prev=sysconfdir ;;
  320.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  321.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  322.     sysconfdir="$ac_optarg" ;;
  323.  
  324.   -target | --target | --targe | --targ | --tar | --ta | --t)
  325.     ac_prev=target ;;
  326.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  327.     target="$ac_optarg" ;;
  328.  
  329.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  330.     verbose=yes ;;
  331.  
  332.   -version | --version | --versio | --versi | --vers)
  333.     echo "configure generated by autoconf version 2.8"
  334.     exit 0 ;;
  335.  
  336.   -with-* | --with-*)
  337.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  338.     # Reject names that are not valid shell variable names.
  339.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  340.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  341.     fi
  342.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  343.     case "$ac_option" in
  344.       *=*) ;;
  345.       *) ac_optarg=yes ;;
  346.     esac
  347.     eval "with_${ac_package}='$ac_optarg'" ;;
  348.  
  349.   -without-* | --without-*)
  350.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  351.     # Reject names that are not valid shell variable names.
  352.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  353.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  354.     fi
  355.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  356.     eval "with_${ac_package}=no" ;;
  357.  
  358.   --x)
  359.     # Obsolete; use --with-x.
  360.     with_x=yes ;;
  361.  
  362.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  363.   | --x-incl | --x-inc | --x-in | --x-i)
  364.     ac_prev=x_includes ;;
  365.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  366.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  367.     x_includes="$ac_optarg" ;;
  368.  
  369.   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  370.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  371.     ac_prev=x_libraries ;;
  372.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  373.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  374.     x_libraries="$ac_optarg" ;;
  375.  
  376.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  377.     ;;
  378.  
  379.   *)
  380.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  381.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  382.     fi
  383.     if test "x$nonopt" != xNONE; then
  384.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  385.     fi
  386.     nonopt="$ac_option"
  387.     ;;
  388.  
  389.   esac
  390. done
  391.  
  392. if test -n "$ac_prev"; then
  393.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  394. fi
  395.  
  396. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  397.  
  398. # File descriptor usage:
  399. # 0 standard input
  400. # 1 file creation
  401. # 2 errors and warnings
  402. # 3 some systems may open it to /dev/tty
  403. # 4 used on the Kubota Titan
  404. # 6 checking for... messages and results
  405. # 5 compiler messages saved in config.log
  406. if test "$silent" = yes; then
  407.   exec 6>/dev/null
  408. else
  409.   exec 6>&1
  410. fi
  411. exec 5>./config.log
  412.  
  413. echo "\
  414. This file contains any messages produced by compilers while
  415. running configure, to aid debugging if configure makes a mistake.
  416. " 1>&5
  417.  
  418. # Strip out --no-create and --no-recursion so they do not pile up.
  419. # Also quote any args containing shell metacharacters.
  420. ac_configure_args=
  421. for ac_arg
  422. do
  423.   case "$ac_arg" in
  424.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  425.   | --no-cr | --no-c) ;;
  426.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  427.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  428.   *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  429.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  430.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  431.   esac
  432. done
  433.  
  434. # NLS nuisances.
  435. # Only set LANG and LC_ALL to C if already set.
  436. # These must not be set unconditionally because not all systems understand
  437. # e.g. LANG=C (notably SCO).
  438. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  439. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  440.  
  441. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  442. rm -rf conftest* confdefs.h
  443. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  444. echo > confdefs.h
  445.  
  446. # A filename unique to this package, relative to the directory that
  447. # configure is in, which we can look for to find out if srcdir is correct.
  448. ac_unique_file=ChkTeX.c
  449.  
  450. # Find the source files, if location was not specified.
  451. if test -z "$srcdir"; then
  452.   ac_srcdir_defaulted=yes
  453.   # Try the directory containing this script, then its parent.
  454.   ac_prog=$0
  455.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  456.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  457.   srcdir=$ac_confdir
  458.   if test ! -r $srcdir/$ac_unique_file; then
  459.     srcdir=..
  460.   fi
  461. else
  462.   ac_srcdir_defaulted=no
  463. fi
  464. if test ! -r $srcdir/$ac_unique_file; then
  465.   if test "$ac_srcdir_defaulted" = yes; then
  466.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  467.   else
  468.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  469.   fi
  470. fi
  471. srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  472.  
  473. # Prefer explicitly selected file to automatically selected ones.
  474. if test -z "$CONFIG_SITE"; then
  475.   if test "x$prefix" != xNONE; then
  476.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  477.   else
  478.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  479.   fi
  480. fi
  481. for ac_site_file in $CONFIG_SITE; do
  482.   if test -r "$ac_site_file"; then
  483.     echo "loading site script $ac_site_file"
  484.     . "$ac_site_file"
  485.   fi
  486. done
  487.  
  488. if test -r "$cache_file"; then
  489.   echo "loading cache $cache_file"
  490.   . $cache_file
  491. else
  492.   echo "creating cache $cache_file"
  493.   > $cache_file
  494. fi
  495.  
  496. ac_ext=c
  497. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  498. ac_cpp='$CPP $CPPFLAGS'
  499. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  500. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  501.  
  502. if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  503.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  504.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  505.     ac_n= ac_c='
  506. ' ac_t='    '
  507.   else
  508.     ac_n=-n ac_c= ac_t=
  509.   fi
  510. else
  511.   ac_n= ac_c='\c' ac_t=
  512. fi
  513.  
  514.  
  515.  
  516. # Extract the first word of "gcc", so it can be a program name with args.
  517. set dummy gcc; ac_word=$2
  518. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  519. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  520.   echo $ac_n "(cached) $ac_c" 1>&6
  521. else
  522.   if test -n "$CC"; then
  523.   ac_cv_prog_CC="$CC" # Let the user override the test.
  524. else
  525.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  526.   for ac_dir in $PATH; do
  527.     test -z "$ac_dir" && ac_dir=.
  528.     if test -f $ac_dir/$ac_word; then
  529.       ac_cv_prog_CC="gcc"
  530.       break
  531.     fi
  532.   done
  533.   IFS="$ac_save_ifs"
  534. fi
  535. fi
  536. CC="$ac_cv_prog_CC"
  537. if test -n "$CC"; then
  538.   echo "$ac_t""$CC" 1>&6
  539. else
  540.   echo "$ac_t""no" 1>&6
  541. fi
  542.  
  543. if test -z "$CC"; then
  544.   # Extract the first word of "cc", so it can be a program name with args.
  545. set dummy cc; ac_word=$2
  546. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  547. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  548.   echo $ac_n "(cached) $ac_c" 1>&6
  549. else
  550.   if test -n "$CC"; then
  551.   ac_cv_prog_CC="$CC" # Let the user override the test.
  552. else
  553.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  554.   ac_prog_rejected=no
  555.   for ac_dir in $PATH; do
  556.     test -z "$ac_dir" && ac_dir=.
  557.     if test -f $ac_dir/$ac_word; then
  558.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  559.         ac_prog_rejected=yes
  560.     continue
  561.       fi
  562.       ac_cv_prog_CC="cc"
  563.       break
  564.     fi
  565.   done
  566.   IFS="$ac_save_ifs"
  567. if test $ac_prog_rejected = yes; then
  568.   # We found a bogon in the path, so make sure we never use it.
  569.   set dummy $ac_cv_prog_CC
  570.   shift
  571.   if test $# -gt 0; then
  572.     # We chose a different compiler from the bogus one.
  573.     # However, it has the same basename, so the bogon will be chosen
  574.     # first if we set CC to just the basename; use the full file name.
  575.     shift
  576.     set dummy "$ac_dir/$ac_word" "$@"
  577.     shift
  578.     ac_cv_prog_CC="$@"
  579.   fi
  580. fi
  581. fi
  582. fi
  583. CC="$ac_cv_prog_CC"
  584. if test -n "$CC"; then
  585.   echo "$ac_t""$CC" 1>&6
  586. else
  587.   echo "$ac_t""no" 1>&6
  588. fi
  589.  
  590.   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
  591. fi
  592.  
  593. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  594. if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  595.   echo $ac_n "(cached) $ac_c" 1>&6
  596. else
  597.   cat > conftest.c <<EOF
  598. #ifdef __GNUC__
  599.   yes;
  600. #endif
  601. EOF
  602. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:603: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  603.   ac_cv_prog_gcc=yes
  604. else
  605.   ac_cv_prog_gcc=no
  606. fi
  607. fi
  608.  
  609. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  610. if test $ac_cv_prog_gcc = yes; then
  611.   GCC=yes
  612.   if test "${CFLAGS+set}" != set; then
  613.     echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  614. if eval "test \"`echo '$''{'ac_cv_prog_gcc_g'+set}'`\" = set"; then
  615.   echo $ac_n "(cached) $ac_c" 1>&6
  616. else
  617.   echo 'void f(){}' > conftest.c
  618. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  619.   ac_cv_prog_gcc_g=yes
  620. else
  621.   ac_cv_prog_gcc_g=no
  622. fi
  623. rm -f conftest*
  624.  
  625. fi
  626.  
  627. echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
  628.     if test $ac_cv_prog_gcc_g = yes; then
  629.       CFLAGS="-g -O"
  630.     else
  631.       CFLAGS="-O"
  632.     fi
  633.   fi
  634. else
  635.   GCC=
  636.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  637. fi
  638.  
  639. ac_aux_dir=
  640. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  641.   if test -f $ac_dir/install-sh; then
  642.     ac_aux_dir=$ac_dir
  643.     ac_install_sh="$ac_aux_dir/install-sh -c"
  644.     break
  645.   elif test -f $ac_dir/install.sh; then
  646.     ac_aux_dir=$ac_dir
  647.     ac_install_sh="$ac_aux_dir/install.sh -c"
  648.     break
  649.   fi
  650. done
  651. if test -z "$ac_aux_dir"; then
  652.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  653. fi
  654. ac_config_guess=$ac_aux_dir/config.guess
  655. ac_config_sub=$ac_aux_dir/config.sub
  656. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  657.  
  658. # Find a good install program.  We prefer a C program (faster),
  659. # so one script is as good as another.  But avoid the broken or
  660. # incompatible versions:
  661. # SysV /etc/install, /usr/sbin/install
  662. # SunOS /usr/etc/install
  663. # IRIX /sbin/install
  664. # AIX /bin/install
  665. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  666. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  667. # ./install, which can be erroneously created by make from ./install.sh.
  668. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  669. if test -z "$INSTALL"; then
  670. if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
  671.   echo $ac_n "(cached) $ac_c" 1>&6
  672. else
  673.     IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  674.   for ac_dir in $PATH; do
  675.     # Account for people who put trailing slashes in PATH elements.
  676.     case "$ac_dir/" in
  677.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  678.     *)
  679.       # OSF1 and SCO ODT 3.0 have their own names for install.
  680.       for ac_prog in ginstall installbsd scoinst install; do
  681.         if test -f $ac_dir/$ac_prog; then
  682.       if test $ac_prog = install &&
  683.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  684.         # AIX install.  It has an incompatible calling convention.
  685.         # OSF/1 installbsd also uses dspmsg, but is usable.
  686.         :
  687.       else
  688.         ac_cv_path_install="$ac_dir/$ac_prog -c"
  689.         break 2
  690.       fi
  691.     fi
  692.       done
  693.       ;;
  694.     esac
  695.   done
  696.   IFS="$ac_save_ifs"
  697.  
  698. fi
  699.   if test "${ac_cv_path_install+set}" = set; then
  700.     INSTALL="$ac_cv_path_install"
  701.   else
  702.     # As a last resort, use the slow shell script.  We don't cache a
  703.     # path for INSTALL within a source directory, because that will
  704.     # break other packages using the cache if that directory is
  705.     # removed, or if the path is relative.
  706.     INSTALL="$ac_install_sh"
  707.   fi
  708. fi
  709. echo "$ac_t""$INSTALL" 1>&6
  710.  
  711. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  712. # It thinks the first close brace ends the variable substitution.
  713. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  714.  
  715. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  716.  
  717. # Extract the first word of "perl5", so it can be a program name with args.
  718. set dummy perl5; ac_word=$2
  719. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  720. if eval "test \"`echo '$''{'ac_cv_path_PERL5'+set}'`\" = set"; then
  721.   echo $ac_n "(cached) $ac_c" 1>&6
  722. else
  723.   case "$PERL5" in
  724.   /*)
  725.   ac_cv_path_PERL5="$PERL5" # Let the user override the test with a path.
  726.   ;;
  727.   *)
  728.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  729.   for ac_dir in $PATH:/usr/bin:/usr/local/bin; do
  730.     test -z "$ac_dir" && ac_dir=.
  731.     if test -f $ac_dir/$ac_word; then
  732.       ac_cv_path_PERL5="$ac_dir/$ac_word"
  733.       break
  734.     fi
  735.   done
  736.   IFS="$ac_save_ifs"
  737.   test -z "$ac_cv_path_PERL5" && ac_cv_path_PERL5="/usr/local/bin/perl5"
  738.   ;;
  739. esac
  740. fi
  741. PERL5="$ac_cv_path_PERL5"
  742. if test -n "$PERL5"; then
  743.   echo "$ac_t""$PERL5" 1>&6
  744. else
  745.   echo "$ac_t""no" 1>&6
  746. fi
  747.  
  748. for ac_prog in tcsh csh
  749. do
  750. # Extract the first word of "$ac_prog", so it can be a program name with args.
  751. set dummy $ac_prog; ac_word=$2
  752. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  753. if eval "test \"`echo '$''{'ac_cv_path_TCSH'+set}'`\" = set"; then
  754.   echo $ac_n "(cached) $ac_c" 1>&6
  755. else
  756.   case "$TCSH" in
  757.   /*)
  758.   ac_cv_path_TCSH="$TCSH" # Let the user override the test with a path.
  759.   ;;
  760.   *)
  761.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  762.   for ac_dir in $PATH; do
  763.     test -z "$ac_dir" && ac_dir=.
  764.     if test -f $ac_dir/$ac_word; then
  765.       ac_cv_path_TCSH="$ac_dir/$ac_word"
  766.       break
  767.     fi
  768.   done
  769.   IFS="$ac_save_ifs"
  770.   ;;
  771. esac
  772. fi
  773. TCSH="$ac_cv_path_TCSH"
  774. if test -n "$TCSH"; then
  775.   echo "$ac_t""$TCSH" 1>&6
  776. else
  777.   echo "$ac_t""no" 1>&6
  778. fi
  779.  
  780. test -n "$TCSH" && break
  781. done
  782. test -n "$TCSH" || TCSH="/local/bin/csh"
  783.  
  784. # Extract the first word of "latex", so it can be a program name with args.
  785. set dummy latex; ac_word=$2
  786. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  787. if eval "test \"`echo '$''{'ac_cv_path_LATEX'+set}'`\" = set"; then
  788.   echo $ac_n "(cached) $ac_c" 1>&6
  789. else
  790.   case "$LATEX" in
  791.   /*)
  792.   ac_cv_path_LATEX="$LATEX" # Let the user override the test with a path.
  793.   ;;
  794.   *)
  795.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  796.   for ac_dir in $PATH; do
  797.     test -z "$ac_dir" && ac_dir=.
  798.     if test -f $ac_dir/$ac_word; then
  799.       ac_cv_path_LATEX="$ac_dir/$ac_word"
  800.       break
  801.     fi
  802.   done
  803.   IFS="$ac_save_ifs"
  804.   test -z "$ac_cv_path_LATEX" && ac_cv_path_LATEX="/local/bin/latex"
  805.   ;;
  806. esac
  807. fi
  808. LATEX="$ac_cv_path_LATEX"
  809. if test -n "$LATEX"; then
  810.   echo "$ac_t""$LATEX" 1>&6
  811. else
  812.   echo "$ac_t""no" 1>&6
  813. fi
  814.  
  815. # Extract the first word of "dvips", so it can be a program name with args.
  816. set dummy dvips; ac_word=$2
  817. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  818. if eval "test \"`echo '$''{'ac_cv_path_DVIPS'+set}'`\" = set"; then
  819.   echo $ac_n "(cached) $ac_c" 1>&6
  820. else
  821.   case "$DVIPS" in
  822.   /*)
  823.   ac_cv_path_DVIPS="$DVIPS" # Let the user override the test with a path.
  824.   ;;
  825.   *)
  826.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  827.   for ac_dir in $PATH; do
  828.     test -z "$ac_dir" && ac_dir=.
  829.     if test -f $ac_dir/$ac_word; then
  830.       ac_cv_path_DVIPS="$ac_dir/$ac_word"
  831.       break
  832.     fi
  833.   done
  834.   IFS="$ac_save_ifs"
  835.   test -z "$ac_cv_path_DVIPS" && ac_cv_path_DVIPS="/local/bin/dvips"
  836.   ;;
  837. esac
  838. fi
  839. DVIPS="$ac_cv_path_DVIPS"
  840. if test -n "$DVIPS"; then
  841.   echo "$ac_t""$DVIPS" 1>&6
  842. else
  843.   echo "$ac_t""no" 1>&6
  844. fi
  845.  
  846.  
  847.  
  848. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  849. # On Suns, sometimes $CPP names a directory.
  850. if test -n "$CPP" && test -d "$CPP"; then
  851.   CPP=
  852. fi
  853. if test -z "$CPP"; then
  854. if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  855.   echo $ac_n "(cached) $ac_c" 1>&6
  856. else
  857.     # This must be in double quotes, not single quotes, because CPP may get
  858.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  859.   CPP="${CC-cc} -E"
  860.   # On the NeXT, cc -E runs the code through the compiler's parser,
  861.   # not just through cpp.
  862.   cat > conftest.$ac_ext <<EOF
  863. #line 864 "configure"
  864. #include "confdefs.h"
  865. #include <assert.h>
  866. Syntax Error
  867. EOF
  868. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  869. { (eval echo configure:870: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  870. ac_err=`grep -v '^ *+' conftest.out`
  871. if test -z "$ac_err"; then
  872.   :
  873. else
  874.   echo "$ac_err" >&5
  875.   rm -rf conftest*
  876.   CPP="${CC-cc} -E -traditional-cpp"
  877.   cat > conftest.$ac_ext <<EOF
  878. #line 879 "configure"
  879. #include "confdefs.h"
  880. #include <assert.h>
  881. Syntax Error
  882. EOF
  883. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  884. { (eval echo configure:885: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  885. ac_err=`grep -v '^ *+' conftest.out`
  886. if test -z "$ac_err"; then
  887.   :
  888. else
  889.   echo "$ac_err" >&5
  890.   rm -rf conftest*
  891.   CPP=/lib/cpp
  892. fi
  893. rm -f conftest*
  894. fi
  895. rm -f conftest*
  896.   ac_cv_prog_CPP="$CPP"
  897. fi
  898.   CPP="$ac_cv_prog_CPP"
  899. else
  900.   ac_cv_prog_CPP="$CPP"
  901. fi
  902. echo "$ac_t""$CPP" 1>&6
  903.  
  904. # If we cannot run a trivial program, we must be cross compiling.
  905. echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&6
  906. if eval "test \"`echo '$''{'ac_cv_c_cross'+set}'`\" = set"; then
  907.   echo $ac_n "(cached) $ac_c" 1>&6
  908. else
  909.   if test "$cross_compiling" = yes; then
  910.   ac_cv_c_cross=yes
  911. else
  912. cat > conftest.$ac_ext <<EOF
  913. #line 914 "configure"
  914. #include "confdefs.h"
  915. main(){return(0);}
  916. EOF
  917. { (eval echo configure:918: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  918. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  919.   ac_cv_c_cross=no
  920. else
  921.   ac_cv_c_cross=yes
  922. fi
  923. fi
  924. rm -fr conftest*
  925. fi
  926.  
  927. echo "$ac_t""$ac_cv_c_cross" 1>&6
  928. cross_compiling=$ac_cv_c_cross
  929.  
  930. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  931. if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
  932.   echo $ac_n "(cached) $ac_c" 1>&6
  933. else
  934.   cat > conftest.$ac_ext <<EOF
  935. #line 936 "configure"
  936. #include "confdefs.h"
  937. #include <stdlib.h>
  938. #include <stdarg.h>
  939. #include <string.h>
  940. #include <float.h>
  941. EOF
  942. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  943. { (eval echo configure:944: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  944. ac_err=`grep -v '^ *+' conftest.out`
  945. if test -z "$ac_err"; then
  946.   rm -rf conftest*
  947.   ac_cv_header_stdc=yes
  948. else
  949.   echo "$ac_err" >&5
  950.   rm -rf conftest*
  951.   ac_cv_header_stdc=no
  952. fi
  953. rm -f conftest*
  954.  
  955. if test $ac_cv_header_stdc = yes; then
  956.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  957. cat > conftest.$ac_ext <<EOF
  958. #line 959 "configure"
  959. #include "confdefs.h"
  960. #include <string.h>
  961. EOF
  962. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  963.   egrep "memchr" >/dev/null 2>&1; then
  964.   :
  965. else
  966.   rm -rf conftest*
  967.   ac_cv_header_stdc=no
  968. fi
  969. rm -f conftest*
  970.  
  971. fi
  972.  
  973. if test $ac_cv_header_stdc = yes; then
  974.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  975. cat > conftest.$ac_ext <<EOF
  976. #line 977 "configure"
  977. #include "confdefs.h"
  978. #include <stdlib.h>
  979. EOF
  980. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  981.   egrep "free" >/dev/null 2>&1; then
  982.   :
  983. else
  984.   rm -rf conftest*
  985.   ac_cv_header_stdc=no
  986. fi
  987. rm -f conftest*
  988.  
  989. fi
  990.  
  991. if test $ac_cv_header_stdc = yes; then
  992.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  993. if test "$cross_compiling" = yes; then
  994.   :
  995. else
  996. cat > conftest.$ac_ext <<EOF
  997. #line 998 "configure"
  998. #include "confdefs.h"
  999. #include <ctype.h>
  1000. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1001. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  1002. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  1003. int main () { int i; for (i = 0; i < 256; i++)
  1004. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  1005. exit (0); }
  1006.  
  1007. EOF
  1008. { (eval echo configure:1009: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }
  1009. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1010.   :
  1011. else
  1012.   ac_cv_header_stdc=no
  1013. fi
  1014. fi
  1015. rm -fr conftest*
  1016. fi
  1017. fi
  1018.  
  1019. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  1020. if test $ac_cv_header_stdc = yes; then
  1021.   cat >> confdefs.h <<\EOF
  1022. #define STDC_HEADERS 1
  1023. EOF
  1024.  
  1025. fi
  1026.  
  1027.  
  1028. for ac_hdr in limits.h unistd.h
  1029. do
  1030. ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  1031. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1032. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  1033.   echo $ac_n "(cached) $ac_c" 1>&6
  1034. else
  1035.   cat > conftest.$ac_ext <<EOF
  1036. #line 1037 "configure"
  1037. #include "confdefs.h"
  1038. #include <$ac_hdr>
  1039. EOF
  1040. ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1041. { (eval echo configure:1042: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  1042. ac_err=`grep -v '^ *+' conftest.out`
  1043. if test -z "$ac_err"; then
  1044.   rm -rf conftest*
  1045.   eval "ac_cv_header_$ac_safe=yes"
  1046. else
  1047.   echo "$ac_err" >&5
  1048.   rm -rf conftest*
  1049.   eval "ac_cv_header_$ac_safe=no"
  1050. fi
  1051. rm -f conftest*
  1052. fi
  1053. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1054.   echo "$ac_t""yes" 1>&6
  1055.     ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  1056.   cat >> confdefs.h <<EOF
  1057. #define $ac_tr_hdr 1
  1058. EOF
  1059.  
  1060. else
  1061.   echo "$ac_t""no" 1>&6
  1062. fi
  1063. done
  1064.  
  1065.  
  1066. echo $ac_n "checking for working const""... $ac_c" 1>&6
  1067. if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
  1068.   echo $ac_n "(cached) $ac_c" 1>&6
  1069. else
  1070.   cat > conftest.$ac_ext <<EOF
  1071. #line 1072 "configure"
  1072. #include "confdefs.h"
  1073.  
  1074. int main() { return 0; }
  1075. int t() {
  1076.  
  1077. /* Ultrix mips cc rejects this.  */
  1078. typedef int charset[2]; const charset x;
  1079. /* SunOS 4.1.1 cc rejects this.  */
  1080. char const *const *ccp;
  1081. char **p;
  1082. /* NEC SVR4.0.2 mips cc rejects this.  */
  1083. struct point {int x, y;};
  1084. static struct point const zero = {0,0};
  1085. /* AIX XL C 1.02.0.0 rejects this.
  1086.    It does not let you subtract one const X* pointer from another in an arm
  1087.    of an if-expression whose if-part is not a constant expression */
  1088. const char *g = "string";
  1089. ccp = &g + (g ? g-g : 0);
  1090. /* HPUX 7.0 cc rejects these. */
  1091. ++ccp;
  1092. p = (char**) ccp;
  1093. ccp = (char const *const *) p;
  1094. { /* SCO 3.2v4 cc rejects this.  */
  1095.   char *t;
  1096.   char const *s = 0 ? (char *) 0 : (char const *) 0;
  1097.  
  1098.   *t++ = 0;
  1099. }
  1100. { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  1101.   int x[] = {25, 17};
  1102.   const int *foo = &x[0];
  1103.   ++foo;
  1104. }
  1105. { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  1106.   typedef const int *iptr;
  1107.   iptr p = 0;
  1108.   ++p;
  1109. }
  1110. { /* AIX XL C 1.02.0.0 rejects this saying
  1111.      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  1112.   struct s { int j; const int *ap[3]; };
  1113.   struct s *b; b->j = 5;
  1114. }
  1115. { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  1116.   const int foo = 10;
  1117. }
  1118.  
  1119. ; return 0; }
  1120. EOF
  1121. if { (eval echo configure:1122: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  1122.   rm -rf conftest*
  1123.   ac_cv_c_const=yes
  1124. else
  1125.   rm -rf conftest*
  1126.   ac_cv_c_const=no
  1127. fi
  1128. rm -f conftest*
  1129.  
  1130. fi
  1131.  
  1132. echo "$ac_t""$ac_cv_c_const" 1>&6
  1133. if test $ac_cv_c_const = no; then
  1134.   cat >> confdefs.h <<\EOF
  1135. #define const 
  1136. EOF
  1137.  
  1138. fi
  1139.  
  1140. echo $ac_n "checking for size_t""... $ac_c" 1>&6
  1141. if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
  1142.   echo $ac_n "(cached) $ac_c" 1>&6
  1143. else
  1144.   cat > conftest.$ac_ext <<EOF
  1145. #line 1146 "configure"
  1146. #include "confdefs.h"
  1147. #include <sys/types.h>
  1148. #if STDC_HEADERS
  1149. #include <stdlib.h>
  1150. #endif
  1151. EOF
  1152. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1153.   egrep "size_t" >/dev/null 2>&1; then
  1154.   rm -rf conftest*
  1155.   ac_cv_type_size_t=yes
  1156. else
  1157.   rm -rf conftest*
  1158.   ac_cv_type_size_t=no
  1159. fi
  1160. rm -f conftest*
  1161.  
  1162. fi
  1163. echo "$ac_t""$ac_cv_type_size_t" 1>&6
  1164. if test $ac_cv_type_size_t = no; then
  1165.   cat >> confdefs.h <<\EOF
  1166. #define size_t unsigned
  1167. EOF
  1168.  
  1169. fi
  1170.  
  1171.  
  1172. echo $ac_n "checking for vprintf""... $ac_c" 1>&6
  1173. if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
  1174.   echo $ac_n "(cached) $ac_c" 1>&6
  1175. else
  1176.   cat > conftest.$ac_ext <<EOF
  1177. #line 1178 "configure"
  1178. #include "confdefs.h"
  1179. /* System header to define __stub macros and hopefully few prototypes,
  1180.     which can conflict with char vprintf(); below.  */
  1181. #include <assert.h>
  1182. /* Override any gcc2 internal prototype to avoid an error.  */
  1183. char vprintf();
  1184.  
  1185. int main() { return 0; }
  1186. int t() {
  1187.  
  1188. /* The GNU C library defines this for functions which it implements
  1189.     to always fail with ENOSYS.  Some functions are actually named
  1190.     something starting with __ and the normal name is an alias.  */
  1191. #if defined (__stub_vprintf) || defined (__stub___vprintf)
  1192. choke me
  1193. #else
  1194. vprintf();
  1195. #endif
  1196.  
  1197. ; return 0; }
  1198. EOF
  1199. if { (eval echo configure:1200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1200.   rm -rf conftest*
  1201.   eval "ac_cv_func_vprintf=yes"
  1202. else
  1203.   rm -rf conftest*
  1204.   eval "ac_cv_func_vprintf=no"
  1205. fi
  1206. rm -f conftest*
  1207.  
  1208. fi
  1209. if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
  1210.   echo "$ac_t""yes" 1>&6
  1211.   cat >> confdefs.h <<\EOF
  1212. #define HAVE_VPRINTF 1
  1213. EOF
  1214.  
  1215. else
  1216.   echo "$ac_t""no" 1>&6
  1217. fi
  1218.  
  1219. if test "$ac_cv_func_vprintf" != yes; then
  1220. echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
  1221. if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
  1222.   echo $ac_n "(cached) $ac_c" 1>&6
  1223. else
  1224.   cat > conftest.$ac_ext <<EOF
  1225. #line 1226 "configure"
  1226. #include "confdefs.h"
  1227. /* System header to define __stub macros and hopefully few prototypes,
  1228.     which can conflict with char _doprnt(); below.  */
  1229. #include <assert.h>
  1230. /* Override any gcc2 internal prototype to avoid an error.  */
  1231. char _doprnt();
  1232.  
  1233. int main() { return 0; }
  1234. int t() {
  1235.  
  1236. /* The GNU C library defines this for functions which it implements
  1237.     to always fail with ENOSYS.  Some functions are actually named
  1238.     something starting with __ and the normal name is an alias.  */
  1239. #if defined (__stub__doprnt) || defined (__stub____doprnt)
  1240. choke me
  1241. #else
  1242. _doprnt();
  1243. #endif
  1244.  
  1245. ; return 0; }
  1246. EOF
  1247. if { (eval echo configure:1248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1248.   rm -rf conftest*
  1249.   eval "ac_cv_func__doprnt=yes"
  1250. else
  1251.   rm -rf conftest*
  1252.   eval "ac_cv_func__doprnt=no"
  1253. fi
  1254. rm -f conftest*
  1255.  
  1256. fi
  1257. if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
  1258.   echo "$ac_t""yes" 1>&6
  1259.   cat >> confdefs.h <<\EOF
  1260. #define HAVE_DOPRNT 1
  1261. EOF
  1262.  
  1263. else
  1264.   echo "$ac_t""no" 1>&6
  1265. fi
  1266.  
  1267. fi
  1268.  
  1269. for ac_func in strdup strtol strupr access strcasecmp
  1270. do
  1271. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1272. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  1273.   echo $ac_n "(cached) $ac_c" 1>&6
  1274. else
  1275.   cat > conftest.$ac_ext <<EOF
  1276. #line 1277 "configure"
  1277. #include "confdefs.h"
  1278. /* System header to define __stub macros and hopefully few prototypes,
  1279.     which can conflict with char $ac_func(); below.  */
  1280. #include <assert.h>
  1281. /* Override any gcc2 internal prototype to avoid an error.  */
  1282. char $ac_func();
  1283.  
  1284. int main() { return 0; }
  1285. int t() {
  1286.  
  1287. /* The GNU C library defines this for functions which it implements
  1288.     to always fail with ENOSYS.  Some functions are actually named
  1289.     something starting with __ and the normal name is an alias.  */
  1290. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1291. choke me
  1292. #else
  1293. $ac_func();
  1294. #endif
  1295.  
  1296. ; return 0; }
  1297. EOF
  1298. if { (eval echo configure:1299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  1299.   rm -rf conftest*
  1300.   eval "ac_cv_func_$ac_func=yes"
  1301. else
  1302.   rm -rf conftest*
  1303.   eval "ac_cv_func_$ac_func=no"
  1304. fi
  1305. rm -f conftest*
  1306.  
  1307. fi
  1308. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  1309.   echo "$ac_t""yes" 1>&6
  1310.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1311.   cat >> confdefs.h <<EOF
  1312. #define $ac_tr_func 1
  1313. EOF
  1314.  
  1315. else
  1316.   echo "$ac_t""no" 1>&6
  1317. fi
  1318. done
  1319.  
  1320.  
  1321. trap '' 1 2 15
  1322. cat > confcache <<\EOF
  1323. # This file is a shell script that caches the results of configure
  1324. # tests run on this system so they can be shared between configure
  1325. # scripts and configure runs.  It is not useful on other systems.
  1326. # If it contains results you don't want to keep, you may remove or edit it.
  1327. #
  1328. # By default, configure uses ./config.cache as the cache file,
  1329. # creating it if it does not exist already.  You can give configure
  1330. # the --cache-file=FILE option to use a different cache file; that is
  1331. # what configure does when it calls configure scripts in
  1332. # subdirectories, so they share the cache.
  1333. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1334. # config.status only pays attention to the cache file if you give it the
  1335. # --recheck option to rerun configure.
  1336. #
  1337. EOF
  1338. # Ultrix sh set writes to stderr and can't be redirected directly,
  1339. # and sets the high bit in the cache file unless we assign to the vars.
  1340. (set) 2>&1 |
  1341.   sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
  1342.   >> confcache
  1343. if cmp -s $cache_file confcache; then
  1344.   :
  1345. else
  1346.   if test -w $cache_file; then
  1347.     echo "updating cache $cache_file"
  1348.     cat confcache > $cache_file
  1349.   else
  1350.     echo "not updating unwritable cache $cache_file"
  1351.   fi
  1352. fi
  1353. rm -f confcache
  1354.  
  1355. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1356.  
  1357. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1358. # Let make expand exec_prefix.
  1359. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1360.  
  1361. # Any assignment to VPATH causes Sun make to only execute
  1362. # the first set of double-colon rules, so remove it if not needed.
  1363. # If there is a colon in the path, we need to keep it.
  1364. if test "x$srcdir" = x.; then
  1365.   ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  1366. fi
  1367.  
  1368. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1369.  
  1370. DEFS=-DHAVE_CONFIG_H
  1371.  
  1372. # Without the "./", some shells look in PATH for config.status.
  1373. : ${CONFIG_STATUS=./config.status}
  1374.  
  1375. echo creating $CONFIG_STATUS
  1376. rm -f $CONFIG_STATUS
  1377. cat > $CONFIG_STATUS <<EOF
  1378. #! /bin/sh
  1379. # Generated automatically by configure.
  1380. # Run this file to recreate the current configuration.
  1381. # This directory was configured as follows,
  1382. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1383. #
  1384. # $0 $ac_configure_args
  1385. #
  1386. # Compiler output produced by configure, useful for debugging
  1387. # configure, is in ./config.log if it exists.
  1388.  
  1389. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1390. for ac_option
  1391. do
  1392.   case "\$ac_option" in
  1393.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1394.     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1395.     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1396.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1397.     echo "$CONFIG_STATUS generated by autoconf version 2.8"
  1398.     exit 0 ;;
  1399.   -help | --help | --hel | --he | --h)
  1400.     echo "\$ac_cs_usage"; exit 0 ;;
  1401.   *) echo "\$ac_cs_usage"; exit 1 ;;
  1402.   esac
  1403. done
  1404.  
  1405. ac_given_srcdir=$srcdir
  1406. ac_given_INSTALL="$INSTALL"
  1407.  
  1408. trap 'rm -fr `echo "Makefile chkweb deweb config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1409. EOF
  1410. cat >> $CONFIG_STATUS <<EOF
  1411.  
  1412. # Protect against being on the right side of a sed subst in config.status.
  1413. sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
  1414.  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
  1415. $ac_vpsub
  1416. $extrasub
  1417. s%@CFLAGS@%$CFLAGS%g
  1418. s%@CPPFLAGS@%$CPPFLAGS%g
  1419. s%@CXXFLAGS@%$CXXFLAGS%g
  1420. s%@DEFS@%$DEFS%g
  1421. s%@LDFLAGS@%$LDFLAGS%g
  1422. s%@LIBS@%$LIBS%g
  1423. s%@exec_prefix@%$exec_prefix%g
  1424. s%@prefix@%$prefix%g
  1425. s%@program_transform_name@%$program_transform_name%g
  1426. s%@bindir@%$bindir%g
  1427. s%@sbindir@%$sbindir%g
  1428. s%@libexecdir@%$libexecdir%g
  1429. s%@datadir@%$datadir%g
  1430. s%@sysconfdir@%$sysconfdir%g
  1431. s%@sharedstatedir@%$sharedstatedir%g
  1432. s%@localstatedir@%$localstatedir%g
  1433. s%@libdir@%$libdir%g
  1434. s%@includedir@%$includedir%g
  1435. s%@oldincludedir@%$oldincludedir%g
  1436. s%@infodir@%$infodir%g
  1437. s%@mandir@%$mandir%g
  1438. s%@CC@%$CC%g
  1439. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  1440. s%@INSTALL_DATA@%$INSTALL_DATA%g
  1441. s%@PERL5@%$PERL5%g
  1442. s%@TCSH@%$TCSH%g
  1443. s%@LATEX@%$LATEX%g
  1444. s%@DVIPS@%$DVIPS%g
  1445. s%@CPP@%$CPP%g
  1446.  
  1447. CEOF
  1448. EOF
  1449. cat >> $CONFIG_STATUS <<EOF
  1450.  
  1451. CONFIG_FILES=\${CONFIG_FILES-"Makefile chkweb deweb"}
  1452. EOF
  1453. cat >> $CONFIG_STATUS <<\EOF
  1454. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1455.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  1456.   case "$ac_file" in
  1457.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  1458.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1459.   *) ac_file_in="${ac_file}.in" ;;
  1460.   esac
  1461.  
  1462.   # Adjust relative srcdir, etc. for subdirectories.
  1463.  
  1464.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1465.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1466.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1467.     # The file is in a subdirectory.
  1468.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1469.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  1470.     # A "../" for each directory in $ac_dir_suffix.
  1471.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1472.   else
  1473.     ac_dir_suffix= ac_dots=
  1474.   fi
  1475.  
  1476.   case "$ac_given_srcdir" in
  1477.   .)  srcdir=.
  1478.       if test -z "$ac_dots"; then top_srcdir=.
  1479.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1480.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1481.   *) # Relative path.
  1482.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1483.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1484.   esac
  1485.  
  1486.   case "$ac_given_INSTALL" in
  1487.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  1488.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  1489.   esac
  1490.   echo creating "$ac_file"
  1491.   rm -f "$ac_file"
  1492.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1493.   case "$ac_file" in
  1494.   *Makefile*) ac_comsub="1i\\
  1495. # $configure_input" ;;
  1496.   *) ac_comsub= ;;
  1497.   esac
  1498.   sed -e "$ac_comsub
  1499. s%@configure_input@%$configure_input%g
  1500. s%@srcdir@%$srcdir%g
  1501. s%@top_srcdir@%$top_srcdir%g
  1502. s%@INSTALL@%$INSTALL%g
  1503. " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
  1504. fi; done
  1505. rm -f conftest.subs
  1506.  
  1507. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  1508. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  1509. #
  1510. # ac_d sets the value in "#define NAME VALUE" lines.
  1511. ac_dA='s%^\([     ]*\)#\([     ]*define[     ][     ]*\)'
  1512. ac_dB='\([     ][     ]*\)[^     ]*%\1#\2'
  1513. ac_dC='\3'
  1514. ac_dD='%g'
  1515. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  1516. ac_uA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  1517. ac_uB='\([     ]\)%\1#\2define\3'
  1518. ac_uC=' '
  1519. ac_uD='\4%g'
  1520. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  1521. ac_eA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  1522. ac_eB='$%\1#\2define\3'
  1523. ac_eC=' '
  1524. ac_eD='%g'
  1525.  
  1526. CONFIG_HEADERS=${CONFIG_HEADERS-"config.h"}
  1527. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  1528.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  1529.   case "$ac_file" in
  1530.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  1531.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1532.   *) ac_file_in="${ac_file}.in" ;;
  1533.   esac
  1534.  
  1535.   echo creating $ac_file
  1536.  
  1537.   rm -f conftest.frag conftest.in conftest.out
  1538.   cp $ac_given_srcdir/$ac_file_in conftest.in
  1539.  
  1540. EOF
  1541.  
  1542. # Transform confdefs.h into a sed script conftest.vals that substitutes
  1543. # the proper values into config.h.in to produce config.h.  And first:
  1544. # Protect against being on the right side of a sed subst in config.status.
  1545. # Protect against being in an unquoted here document in config.status.
  1546. rm -f conftest.vals
  1547. cat > conftest.hdr <<\EOF
  1548. s/[\\&%]/\\&/g
  1549. s%[\\$`]%\\&%g
  1550. s%#define \([A-Za-z_][A-Za-z0-9_]*\) \(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
  1551. s%ac_d%ac_u%gp
  1552. s%ac_u%ac_e%gp
  1553. EOF
  1554. sed -n -f conftest.hdr confdefs.h > conftest.vals
  1555. rm -f conftest.hdr
  1556.  
  1557. # This sed command replaces #undef with comments.  This is necessary, for
  1558. # example, in the case of _POSIX_SOURCE, which is predefined and required
  1559. # on some systems where configure will not decide to define it.
  1560. cat >> conftest.vals <<\EOF
  1561. s%^[     ]*#[     ]*undef[     ][     ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  1562. EOF
  1563.  
  1564. # Break up conftest.vals because some shells have a limit on
  1565. # the size of here documents, and old seds have small limits too.
  1566. # Maximum number of lines to put in a single here document.
  1567. ac_max_here_lines=12
  1568.  
  1569. rm -f conftest.tail
  1570. while :
  1571. do
  1572.   ac_lines=`grep -c . conftest.vals`
  1573.   # grep -c gives empty output for an empty file on some AIX systems.
  1574.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  1575.   # Write a limited-size here document to conftest.frag.
  1576.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  1577.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  1578.   echo 'CEOF
  1579.   sed -f conftest.frag conftest.in > conftest.out
  1580.   rm -f conftest.in
  1581.   mv conftest.out conftest.in
  1582. ' >> $CONFIG_STATUS
  1583.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  1584.   rm -f conftest.vals
  1585.   mv conftest.tail conftest.vals
  1586. done
  1587. rm -f conftest.vals
  1588.  
  1589. cat >> $CONFIG_STATUS <<\EOF
  1590.   rm -f conftest.frag conftest.h
  1591.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  1592.   cat conftest.in >> conftest.h
  1593.   rm -f conftest.in
  1594.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  1595.     echo "$ac_file is unchanged"
  1596.     rm -f conftest.h
  1597.   else
  1598.     rm -f $ac_file
  1599.     mv conftest.h $ac_file
  1600.   fi
  1601. fi; done
  1602.  
  1603.  
  1604.  
  1605. exit 0
  1606. EOF
  1607. chmod +x $CONFIG_STATUS
  1608. rm -fr confdefs* $ac_clean_files
  1609. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  1610.  
  1611.